NevronOpenVision
Nevron.Nov.DataStructures Namespace / NReadonlyArray<T> Class


In This Topic
NReadonlyArray<T> Class Methods
In This Topic

For a list of all members of this type, see NReadonlyArray<T> members.

Public Methods
 NameDescription
Public MethodQueries whether the specified item is contained in this set.  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets an iterator that iterates through the items in forward order.  
Public MethodGets an iterator that iterates through the items in reverse order.  
Public MethodOverloaded. Gets the index at which an item appears for the first time, starting from the specified index. Returns -1 if the item does not appear in the set.  
Public MethodOverloaded. Gets the index at which the item appears in the set for the last time. Returns -1 if the item does not appear in the set.  
Public MethodConverts this set to an array.  
Top
See Also